home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000005_news@columbia.edu _Tue Aug 29 06:37:26 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id GAA02253
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 29 Aug 2000 06:37:26 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id GAA27602
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 29 Aug 2000 06:37:25 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id GAA03180
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 29 Aug 2000 06:11:11 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Michael Sundermann <michael.sundermann@acm.org>
  13. Subject: Re: HTTP
  14. Date: Tue, 29 Aug 2000 12:10:15 +0200
  15. Organization: T-Online
  16. Message-ID: <kp2nqsomhmj6krc4e8n9tgm8743nb48rp9@4ax.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. >If it works with 1.1.17 then it will work with 1.1.20 provided
  20. >that your web server supports it.  http://www.columbia.edu/ does not.
  21. >
  22. >  [D:/kermit/src/] C-Kermit>set term echo on
  23. >  [D:/kermit/src/] C-Kermit>set host www http /none
  24. >   DNS Lookup...  Trying 128.59.59.54...  Reverse DNS Lookup... (OK)
  25. >   www-4.cc.columbia.edu connected on port http
  26.  
  27. Thanks for your help and the option /none.
  28.  
  29. With my kermit version (1.1.20)
  30. I have to switch the two statements,
  31. if not, I can not see the echo.
  32. (probably you have a newer version than I):
  33.  
  34.     set host www.columbia.edu  http  /none
  35.     set term echo on
  36.     connect
  37.     GET / HTPP/1.0
  38.